c# calculate sum of list

52

c# calculate sum of list -

double total = myList.Sum(item => item.Amount);

Comments

Submit
0 Comments